home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / SYMBOL / Symbol Processors / Find / find-change < prev    next >
Text File  |  1998-10-23  |  443b  |  7 lines

  1. find-change symbol-pattern
  2.  
  3. Finds the beginning of a repeated symbol sequence in symbol-pattern, preserves the first one, and replaces others with = symbol. Helps to calm down an instrument part, if there is too much activity going on. For example, if a bass drum part picked from a library has a good basic beat but plays too often, it can be calmed down with find-change.
  4.  
  5. (find-change '(a b c d =  b b b = = =))
  6. --> (a b c d = b = = = = =)
  7.